You can dig up a copy of Adobe Lifecycle, their software for creating forms. The other software you can use that is up-to-date is Adobe Acrobat Pro. You should be able to view which parts of the form have been marked correctly as forms.
r
Reuben Brown
03/14/2025, 3:47 PM
I dumped the XML from the document using cfpdfform already to get the structure/names - the issue is the [0] throws an error if used in the "name" value and w/o it no values go in. I was more so looking for help from someone that has successfully filled values into a form that is XFA like this.
Hi @Reuben Brown, There is a bug in CFPDFForm. The form can no longer be populated with XML data of XFA type. See bug ticket https://tracker.adobe.com/#/view/CF-4223960
The bug report has a workaround which uses cfpdfformparam in place of XML.
r
Reuben Brown
03/18/2025, 4:29 PM
I will re-try cfpdfformparam, but last time I tried it I was getting errors like "topmostSubform[0]" is not a valid name